* {
    margin: 0;
    padding: 0;
}
.my_share {
    overflow: visible;
    position: fixed;
    z-index: 99999;
    display: flex;
}
.my_share .my_share_btn {
    margin-top: 58px;
    width: 24px;
    height: 88px;
    cursor: pointer;
}
.my_share .my_share_list_box {
    box-sizing: border-box;
    width: 0;
    padding-bottom: 28px;
    border: solid 1px #e9e9e9;
    overflow: hidden;
    background: #f6f6f6;
    transition: width 0.3s;
    text-align: left;
}
.my_share .my_share_list_box .my_share_list_top {
    overflow: hidden;
    box-sizing: border-box;
    margin-left: 8px;
    padding: 0 5px;
    width: 110px;
    height: 28px;
    line-height: 28px;
    color: #626262;
    font-weight: bold;
    font-size: 14px;
}
.my_share .my_share_list_box .my_share_list {
    margin: 0;
    padding: 5px 0;
    width: 110px;
    box-sizing: border-box;
    background: #fff;
    text-align: left;
}
.my_share .my_share_list_box .my_share_list li {
    padding: 2px;
    margin-left: 6px;
    height: 28px;
    list-style: none;
    width: 100px;
}
.my_share .my_share_list_box .my_share_list li a {
    vertical-align: middle;
}
.my_share_left {
    left: -1px;
    flex-direction: row-reverse;
}
.my_share_left .my_share_style_0 {
    background: url(../img/share/l0.gif) no-repeat 0 0;
}
.my_share_left .my_share_style_1 {
    background: url(../img/share/l1.gif) no-repeat 0 0;
}
.my_share_left .my_share_style_2 {
    background: url(../img/share/l2.gif) no-repeat 0 0;
}
.my_share_left .my_share_style_3 {
    background: url(../img/share/l3.gif) no-repeat 0 0;
}
.my_share_left .my_share_style_4 {
    background: url(../img/share/l4.gif) no-repeat 0 0;
}
.my_share_left .my_share_style_5 {
    background: url(../img/share/l5.gif) no-repeat 0 0;
}
.my_share_left .my_share_style_6 {
    background: url(../img/share/l6.gif) no-repeat 0 0;
}
.my_share_left .my_share_style_7 {
    background: url(../img/share/l7.gif) no-repeat 0 0;
}
.my_share_left .my_share_style_8 {
    background: url(../img/share/l8.gif) no-repeat 0 0;
}
.my_share_right {
    right: -1px;
    flex-direction: row;
}
.my_share_right .my_share_style_0 {
    background: url(../img/share/r0.gif) no-repeat 0 0;
}
.my_share_right .my_share_style_1 {
    background: url(../img/share/r1.gif) no-repeat 0 0;
}
.my_share_right .my_share_style_2 {
    background: url(../img/share/r2.gif) no-repeat 0 0;
}
.my_share_right .my_share_style_3 {
    background: url(../img/share/r3.gif) no-repeat 0 0;
}
.my_share_right .my_share_style_4 {
    background: url(../img/share/r4.gif) no-repeat 0 0;
}
.my_share_right .my_share_style_5 {
    background: url(../img/share/r5.gif) no-repeat 0 0;
}
.my_share_right .my_share_style_6 {
    background: url(../img/share/r6.gif) no-repeat 0 0;
}
.my_share_right .my_share_style_7 {
    background: url(../img/share/r7.gif) no-repeat 0 0;
}
.my_share_right .my_share_style_8 {
    background: url(../img/share/r8.gif) no-repeat 0 0;
}